From: 董昊 (Dong, Hao) Date: Sun, 12 Oct 2025 14:16:16 +0000 (+0400) Subject: fish: update to 4.1.2 X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=ece701bc5a724f421a358950c28bc9a207c57a7a;p=feed%2Fpackages.git fish: update to 4.1.2 This release fixes several regressions in 4.1.0, including: - Fixed spurious error output when completing remote file paths for scp - Fixed the alt-l binding for formatting ls output - Fixed multiline prompt redraw issues with focus events - Fixed Midnight Commander compatibility issues - Fixed Zellij escape key processing - Fixed web-based configuration tool issue - Fixed pasting into fish -c read Signed-off-by: 董昊 (Dong, Hao) --- diff --git a/utils/fish/Makefile b/utils/fish/Makefile index 6aa4397ea2..389c704d82 100644 --- a/utils/fish/Makefile +++ b/utils/fish/Makefile @@ -5,14 +5,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=fish -PKG_VERSION:=4.0.2 +PKG_VERSION:=4.1.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/fish-shell/fish-shell/releases/download/$(PKG_VERSION) -PKG_HASH:=6e1ecdb164285fc057b2f35acbdc20815c1623099e7bb47bbfc011120adf7e83 +PKG_HASH:=52873934fc1ee21a1496e9f4521409013e540f77cbf29142a1b17ab93ffaafac -PKG_MAINTAINER:=Curtis Jiang , Hao Dong +PKG_MAINTAINER:=Curtis Jiang PKG_LICENSE:=GPL-2.0-only PKG_LICENSE_FILES:=COPYING PKG_CPE_ID:=cpe:/a:fishshell:fish